home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 February / february_2000.iso / site building / Spider Writer / _SETUP.1 / style.dat < prev    next >
Encoding:
Text File  |  1999-10-22  |  24.1 KB  |  151 lines

  1. <styledefs>
  2.     <styledef name="background" category="Color and Background" style="Text" description="Shorthand for specifying the element's background properties."/>
  3.     <styledef name="background-attachment" category="Color and Background" style="Text" defaults="scroll|fixed" description="Specifies whether the background-image scrolls along with the document when it is scrolled."/>
  4.     <styledef name="background-color" category="Color and Background" style="Color" description="Sets the background color of the element."/>
  5.     <styledef name="background-image" category="Color and Background" style="URL" description="Sets the background image of the element."/>
  6.     <styledef name="background-position" category="Color and Background" style="Text" defaults="top left|top|top right|left|center|right|bottom left|bottom|bottom right" description="Sets the initial position of the background-image."/>
  7.     <styledef name="background-repeat" category="Color and Background" style="Text" defaults="repeat|repeat-x|repeat-y|no-repeat" description="Specifies whether the background-image is tiled, and how."/>
  8.     <styledef name="color" category="Color and Background" style="Color" description="Sets the foreground color of the element's text content."/>
  9.  
  10.     <styledef name="font" category="Font and Text (Basic)" style="Text" defaults="caption|icon|menu|message-box|small-caption|status-bar" description="Shorthand for setting all font properties."/>
  11.     <styledef name="font-family" category="Font and Text (Basic)" style="Font" description="Specifies a prioritized list of font family and/or generic family names to use in the element."/>
  12.     <styledef name="font-size" category="Font and Text (Basic)" style="Text" defaults="xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger" description="Specifies the size of the font."/>
  13.     <styledef name="font-size-adjust" category="Font and Text (Basic)" style="Text" defaults="none" description="Specifies an aspect value that preserves the x-height of the first choice font in the substitute font."/>
  14.     <styledef name="font-stretch" category="Font and Text (Basic)" style="Text" defaults="normal|wider|narrower|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|extra-expanded|ultra-expanded" description="Selects a normal, condensed, or expanded face from a font family."/>
  15.     <styledef name="font-style" category="Font and Text (Basic)" style="Text" defaults="normal|oblique|italic" description="Sets the style of the font, such as oblique or italic."/>
  16.     <styledef name="font-variant" category="Font and Text (Basic)" style="Text" defaults="normal|small-caps" description="Sets various visual effects on the font, such as small-caps."/>
  17.     <styledef name="font-weight" category="Font and Text (Basic)" style="Text" defaults="normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900" description="Specifies the weight, or degree of boldness, of the font."/>
  18.     <styledef name="letter-spacing" category="Font and Text (Basic)" style="Text" defaults="normal" description="Specifies spacing behavior between text characters."/>
  19.     <styledef name="text-align" category="Font and Text (Basic)" style="Text" defaults="left|right|center|justify" description="Indicates how inline text is aligned."/>
  20.     <styledef name="text-decoration" category="Font and Text (Basic)" style="Text" defaults="none|underline|overline|line-through|blink" description="Indicates decorations that are added to the text of the element."/>
  21.     <styledef name="text-indent" category="Font and Text (Basic)" style="Text" description="Specifies the indentation of the first line in a text block."/>
  22.     <styledef name="text-shadow" category="Font and Text (Basic)" style="Text" description="Specifies a comma separated list of shadow effects to be applied to the text of the element."/>
  23.     <styledef name="text-transform" category="Font and Text (Basic)" style="Text" defaults="capitalize|uppercase|lowercase" description="Specifies whether capitalization effects should be performed on the text of the element."/>
  24.     <styledef name="white-space" category="Font and Text (Basic)" style="Text" defaults="normal|pre|nowrap" description="Specifies how whitespace inside the element is handled."/>
  25.     <styledef name="word-spacing" category="Font and Text (Basic)" style="Text" defaults="normal" description="Specifies spacing behavior between words."/>
  26.  
  27.     <styledef name="ascent" category="Font and Text (Advanced)" style="Text" description="Descriptor for the maximum unaccented height of the font.  Used with @font-face for matching fonts."/>
  28.     <styledef name="baseline" category="Font and Text (Advanced)" style="Text" description="Descriptor for the lower baseline of the font.  Used with @font-face for aligning fonts."/>
  29.     <styledef name="bbox" category="Font and Text (Advanced)" style="Text" description="Descriptor for the maximal bounding box of the font.  Used with @font-face for synthesizing fonts."/>
  30.     <styledef name="cap-height" category="Font and Text (Advanced)" style="Text" description="Descriptor for the height of uppercase glyphs of the font.  Used with @font-face for matching fonts."/>
  31.     <styledef name="centerline" category="Font and Text (Advanced)" style="Text" description="Descriptor for the central baseline of the font.  Used with @font-face for aligning fonts."/>
  32.     <styledef name="definition-src" category="Font and Text (Advanced)" style="URL" description="Allows for a separate font definition resource.  Used with @font-face for synthesizing fonts."/>
  33.     <styledef name="descent" category="Font and Text (Advanced)" style="Text" description="Descriptor for the maximum unaccented depth of the font.  Used with @font-face for matching fonts."/>
  34.     <styledef name="mathline" category="Font and Text (Advanced)" style="Text" description="Descriptor for the mathematical baseline of the font.  Used with @font-face for aligning fonts."/>
  35.     <styledef name="panose-1" category="Font and Text (Advanced)" style="Text" description="Descriptor for the Panose-1 number, consisting of ten integers separated by whitespace.  Used with @font-face for matching fonts."/>
  36.     <styledef name="slope" category="Font and Text (Advanced)" style="Text" description="Descriptor for the vertical stroke angle of the font.  Used with @font-face for matching fonts."/>
  37.     <styledef name="src" category="Font and Text (Advanced)" style="URL" description="Specifies where font data is located.  Used with @font-face."/>
  38.     <styledef name="stemh" category="Font and Text (Advanced)" style="Text" description="Descriptor for the horizontal stem width of the font.  Used with @font-face for matching fonts."/>
  39.     <styledef name="stemv" category="Font and Text (Advanced)" style="Text" description="Descriptor for the vertical stem width of the font.  Used with @font-face for matching fonts."/>
  40.     <styledef name="topline" category="Font and Text (Advanced)" style="Text" description="Descriptor for the top baseline of the font.  Used with @font-face for aligning fonts."/>
  41.     <styledef name="unicode-range" category="Font and Text (Advanced)" style="Text" description="Specifies the descriptor for the range of ISO 10646 characters covered by the font.  Used with @font-face."/>
  42.     <styledef name="units-per-em" category="Font and Text (Advanced)" style="Text" description="Sets the number of units per em.  Used with @font-face."/>
  43.     <styledef name="widths" category="Font and Text (Advanced)" style="Text" description="Descriptor for the glyph widths of the font.  Used with @font-face for synthesizing fonts."/>
  44.     <styledef name="x-height" category="Font and Text (Advanced)" style="Text" description="Descriptor for the height of lowercase glyphs of the font.  Used with @font-face for matching fonts."/>
  45.  
  46.     <styledef name="bottom" category="Positioning" style="Text" defaults="auto" description="Specifies how far the box's bottom content edge is offset above the bottom of the box's containing block."/>
  47.     <styledef name="clear" category="Positioning" style="Text" defaults="left|right|both|none" description="Indicates which sides of the element's box(es) may not be adjacent to an earlier floating box."/>
  48.     <styledef name="display" category="Positioning" style="Text" defaults="inline|block|list-item|run-in|compact|marker|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none" description="Controls the drawing of boxes for the element."/>
  49.     <styledef name="float" category="Positioning" style="Text" defaults="left|right|none" description="Specifies whether the box should float to the left, right, or not at all."/>
  50.     <styledef name="height" category="Positioning" style="Text" defaults="auto" description="Specifies the content height of boxes generated by the element."/>
  51.     <styledef name="left" category="Positioning" style="Text" defaults="auto" description="Specifies how far the box's left content edge is offset to the right of the left edge of the box's containing block."/>
  52.     <styledef name="line-height" category="Positioning" style="Text" defaults="normal" description="Specifies the height of each generated inline box."/>
  53.     <styledef name="max-height" category="Positioning" style="Text" defaults="none" description="Specifies a maximal constraint on the content height of boxes generated by the element."/>
  54.     <styledef name="max-width" category="Positioning" style="Text" defaults="none" description="Specifies a maximal constraint on the content width of boxes generated by the element."/>
  55.     <styledef name="min-height" category="Positioning" style="Text" description="Specifies a minimal constraint on the content height of boxes generated by the element."/>
  56.     <styledef name="min-width" category="Positioning" style="Text" description="Specifies a minimal constraint on the content width of boxes generated by the element."/>
  57.     <styledef name="position" category="Positioning" style="Text" defaults="static|relative|absolute|fixed" description="Sets how the position of the element's box is calculated."/>
  58.     <styledef name="right" category="Positioning" style="Text" defaults="auto" description="Specifies how far the box's right content edge is offset to the left of the right edge of the box's containing block."/>
  59.     <styledef name="top" category="Positioning" style="Text" defaults="auto" description="Specifies how far the box's top content edge is offset below the top edge of the box's containing block."/>
  60.     <styledef name="vertical-align" category="Positioning" style="Text" defaults="baseline|sub|super|top|text-top|middle|bottom|text-bottom" description="Indicates how the box is to be aligned vertically with respect to a parent element."/>
  61.     <styledef name="width" category="Positioning" style="Text" defaults="auto" description="Specifies the content width of boxes generated by the element."/>
  62.     <styledef name="z-index" category="Positioning" style="Text" defaults="auto" description="Indicates the stack level of the box in the current stacking context, where higher numbers appear closer."/>
  63.  
  64.     <styledef name="border" category="Box Model" style="Text" description="Shorthand for specifying the width, color, and style of the border."/>
  65.     <styledef name="border-bottom" category="Box Model" style="Text" description="Shorthand for specifying the width, color, and style of the bottom border."/>
  66.     <styledef name="border-bottom-color" category="Box Model" style="Color" description="Specifies the color of the bottom border."/>
  67.     <styledef name="border-bottom-style" category="Box Model" style="Text" defaults="none|hidden|dashed|solid|double|groove|ridge|inset|outset" description="Specifies the style of the bottom border."/>
  68.     <styledef name="border-bottom-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Specifies the width of the bottom border."/>
  69.     <styledef name="border-color" category="Box Model" style="Color" description="Shorthand for specifying the color of the border."/>
  70.     <styledef name="border-left" category="Box Model" style="Text" description="Shorthand for specifying the width, color, and style of the left border."/>
  71.     <styledef name="border-left-color" category="Box Model" style="Color" description="Specifies the color of the left border."/>
  72.     <styledef name="border-left-style" category="Box Model" style="Text" defaults="none|hidden|dashed|solid|double|groove|ridge|inset|outset" description="Specifies the style of the left border."/>
  73.     <styledef name="border-left-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Specifies the width of the left border."/>
  74.     <styledef name="border-right" category="Box Model" style="Text" description="Shorthand for specifying the width, color, and style of the right border."/>
  75.     <styledef name="border-right-color" category="Box Model" style="Color" description="Specifies the color of the right border."/>
  76.     <styledef name="border-right-style" category="Box Model" style="Text" defaults="none|hidden|dashed|solid|double|groove|ridge|inset|outset" description="Specifies the style of the right border."/>
  77.     <styledef name="border-right-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Specifies the width of the right border."/>
  78.     <styledef name="border-style" category="Box Model" style="Text" defaults="none|hidden|dashed|solid|double|groove|ridge|inset|outset" description="Shorthand for specifying the style of the border."/>
  79.     <styledef name="border-top" category="Box Model" style="Text" description="Shorthand for specifying the width, color, and style of the top border."/>
  80.     <styledef name="border-top-color" category="Box Model" style="Color" description="Specifies the color of the top border."/>
  81.     <styledef name="border-top-style" category="Box Model" style="Text" defaults="none|hidden|dashed|solid|double|groove|ridge|inset|outset" description="Specifies the style of the top border."/>
  82.     <styledef name="border-top-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Specifies the height of the top border."/>
  83.     <styledef name="border-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Shorthand for specifying the width of the border."/>
  84.     <styledef name="margin" category="Box Model" style="Text" description="Shorthand for specifying the distance between the sides of the border and outer edge."/>
  85.     <styledef name="margin-bottom" category="Box Model" style="Text" description="Specifies the height between the bottom side of the border and outer edge."/>
  86.     <styledef name="margin-left" category="Box Model" style="Text" description="Specifies the width between the left side of the border and outer edge."/>
  87.     <styledef name="margin-right" category="Box Model" style="Text" description="Specifies the width between the right side of the border and outer edge."/>
  88.     <styledef name="margin-top" category="Box Model" style="Text" description="Specifies the height between the top side of the border and outer edge."/>
  89.     <styledef name="outline" category="Box Model" style="Text" description="Shorthand for specifying the color, style and width of the outline."/>
  90.     <styledef name="outline-color" category="Box Model" style="Color" description="Specifies the color of the outline."/>
  91.     <styledef name="outline-style" category="Box Model" style="Text" defaults="none|dashed|solid|double|groove|ridge|inset|outset" description="Specifies the style of the outline."/>
  92.     <styledef name="outline-width" category="Box Model" style="Text" defaults="thin|medium|thick" description="Specifies the width of the outline."/>
  93.     <styledef name="padding" category="Box Model" style="Text" description="Shorthand for specifying the distance between the sides of the content and padding edge."/>
  94.     <styledef name="padding-bottom" category="Box Model" style="Text" description="Specifies the height between the bottom side of the content and padding edge."/>
  95.     <styledef name="padding-left" category="Box Model" style="Text" description="Specifies the width between the left side of the content and padding edge."/>
  96.     <styledef name="padding-right" category="Box Model" style="Text" description="Specifies the width between the right side of the content and padding edge."/>
  97.     <styledef name="padding-top" category="Box Model" style="Text" description="Specifies the height between the top side of the content and padding edge."/>
  98.  
  99.     <styledef name="list-style" category="Lists" style="Text" description="Shorthand for specifying the style, image, and position of the list."/>
  100.     <styledef name="list-style-image" category="Lists" style="URL" defaults="none" description="Specifies the image to use as the list item marker."/>
  101.     <styledef name="list-style-position" category="Lists" style="Text" defaults="inside|outside" description="Specifies the position of the marker box inside the principle block box."/>
  102.     <styledef name="list-style-type" category="Lists" style="Text" defaults="disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none" description="Specifies the appearance of the list item marker."/>
  103.  
  104.     <styledef name="border-collapse" category="Tables" style="Text" defaults="collapse|separate" description="Selects a table's border model."/>
  105.     <styledef name="border-spacing" category="Tables" style="Text" description="Specifies the distance between adjacent table cell borders."/>
  106.     <styledef name="caption-side" category="Tables" style="Text" defaults="top|bottom|left|right" description="Indicates where the caption box is positioned in relation to the table box."/>
  107.     <styledef name="empty-cells" category="Tables" style="Text" defaults="show|hide" description="Controls the rendering of borders around empty cells."/>
  108.     <styledef name="speak-header" category="Tables" style="Text" defaults="once|always" description="Indicates whether table headers are spoken before every cell or every pertinent cell."/>
  109.     <styledef name="table-layout" category="Tables" style="Text" defaults="auto|fixed" description="Controls the layout algorithm used for table cells, rows, and columns."/>
  110.  
  111.     <styledef name="marks" category="Paged Media" style="Text" defaults="crop|cross|crop cross|none" description="Specifies whether crop or cross marks or both are rendered."/>
  112.     <styledef name="orphans" category="Paged Media" style="Text" description="Indicates the minimum number of lines of a paragraph that must be left at the bottom of a page."/>
  113.     <styledef name="page" category="Paged Media" style="Text" defaults="auto" description="Specifies a particular type of page where an element should be displayed."/>
  114.     <styledef name="page-break-after" category="Paged Media" style="Text" defaults="auto|always|avoid|left|right" description="Forces or suppresses a page break after the element."/>
  115.     <styledef name="page-break-before" category="Paged Media" style="Text" defaults="auto|always|avoid|left|right" description="Forces or suppresses a page break before the element."/>
  116.     <styledef name="page-break-inside" category="Paged Media" style="Text" defaults="auto|avoid" description="Forces or suppresses a page break inside the element."/>
  117.     <styledef name="size" category="Paged Media" style="Text" defaults="auto|landscape|portrait" description="Sets the size and orientation of a page box."/>
  118.     <styledef name="widows" category="Paged Media" style="Text" description="Indicated the minimum number of lines of a paragraph that must be left at the top of a page."/>
  119.  
  120.     <styledef name="azimuth" category="Aural" style="Text" defaults="left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|leftwards|rightwards" description="Describes where the spacial characteristics of the audio."/>
  121.     <styledef name="cue" category="Aural" style="Text" description="Shorthand for specifying the auditory to play before and after speaking content."/>
  122.     <styledef name="cue-after" category="Aural" style="URL" description="Specifies the auditory icon to play after speaking content."/>
  123.     <styledef name="cue-before" category="Aural" style="URL" description="Specifies the auditory icon to play before speaking content."/>
  124.     <styledef name="elevation" category="Aural" style="Text" defaults="below|level|above|higher|lower" description="Describes the vertical angle at which the audio is received."/>
  125.     <styledef name="pause" category="Aural" style="Text" description="Shorthand for specifying the pause length to use before and after speaking content."/>
  126.     <styledef name="pause-after" category="Aural" style="Text" description="Specifies the pause length to use after speaking content."/>
  127.     <styledef name="pause-before" category="Aural" style="Text" description="Specifies the pause length to use before speaking content."/>
  128.     <styledef name="pitch" category="Aural" style="Text" defaults="x-low|low|medium|high|x-high" description="Specifies the average pitch of the speaking voice."/>
  129.     <styledef name="pitch-range" category="Aural" style="Text" defaults="0|25|50|75|100" description="Specifies variation in average pitch."/>
  130.     <styledef name="play-during" category="Aural" style="URL" description="Specifies a sound to be played as background while the element's content is spoken."/>
  131.     <styledef name="richness" category="Aural" style="Text" defaults="0|25|50|75|100" description="Specifies the brightness of the speaking voice."/>
  132.     <styledef name="speak" category="Aural" style="Text" defaults="normal|none|spell-out" description="Specifies whether text will be rendered aurally, and in what manner."/>
  133.     <styledef name="speak-numeral" category="Aural" style="Text" defaults="digits|continuous" description="Specifies how numerals are spoken."/>
  134.     <styledef name="speak-punctuation" category="Aural" style="Text" defaults="code|none" description="Specifies how punctuation is spoken."/>
  135.     <styledef name="speech-rate" category="Aural" style="Text" defaults="x-slow|slow|medium|fast|x-fast|faster|slower" description="Specifies the speaking rate."/>
  136.     <styledef name="stress" category="Aural" style="Text" defaults="0|25|50|75|100" description="Specifies the height of local peaks in the intonation contour of a voice."/>
  137.     <styledef name="voice-family" category="Aural" style="Text" defaults="male|female|child" description="Specifies a prioritized list of voice family and/or generic family names to use."/>
  138.     <styledef name="volume" category="Aural" style="Text" defaults="silent|x-soft|soft|medium|loud|x-loud" description="Specifies the median volume of the waveform."/>
  139.  
  140.     <styledef name="clip" category="Other" style="Text" defaults="rect(auto, auto, auto, auto)|auto" description="Specifies the coordinates of the element's clipping region."/>
  141.     <styledef name="content" category="Other" style="Text" defaults="counter(name)|attr(X)|open-quote|close-quote|no-open-quote|no-close-quote" description="Generates content in a document when used with the :before and :after pseudo-elements."/>
  142.     <styledef name="counter-increment" category="Other" style="Text" defaults="none" description="Increments one or more counters."/>
  143.     <styledef name="counter-reset" category="Other" style="Text" defaults="none" description="Resets one or more counters."/>
  144.     <styledef name="cursor" category="Other" style="Text" defaults="auto|crosshair|default|pointer|move|e-resize|ne-resize|n-resize|nw-resize|w-resize|sw-resize|s-resize|sw-resize|text|wait|help" description="Specifies the type of cursor to be displayed."/>
  145.     <styledef name="direction" category="Other" style="Text" defaults="ltr|rtl" description="Specifies the base writing direction of blocks (left-to-right or right-to-left)."/>
  146.     <styledef name="marker-offset" category="Other" style="Text" defaults="auto" description="Specifies the distance between the nearest border edges of a marker box and its associated principal box."/>
  147.     <styledef name="overflow" category="Other" style="Text" defaults="visible|hidden|scroll|auto" description="Specifies whether the content of the element is clipped when it overflows the element's box."/>
  148.     <styledef name="quotes" category="Other" style="Text" defaults="none" description="Specifies quotation marks for any number of embedded quotations."/>
  149.     <styledef name="unicode-bidi" category="Other" style="Text" defaults="normal|embed|bidi-override" description="Designates the level of embedding with respect to the Unicode bidirectional algorithm."/>
  150.     <styledef name="visibility" category="Other" style="Text" defaults="visible|hidden|collapse" description="Indicates whether the element's boxes are visible."/>
  151. </styledefs>